home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 6 / CU Amiga Magazine's Super CD-ROM 06 (1996)(EMAP Images)(GB)(Track 1 of 4)[!][issue 1997-01].iso / cucd / readers / utils / diagnosys / diagnosys.txt < prev    next >
Text File  |  1996-10-24  |  982b  |  34 lines

  1. DiagnoSys V1.6 - written in assembler by Jason Frecknall ©1996
  2.  
  3. Just a simple system information proggram which started as a coding exercise.
  4.  
  5. Shows cache/burst states, chipset, Display mode (PAL or NTSC), CPU, FPU
  6. and VBR.  Recognises all CPU's (hopefully!).  Since I only have an 030 I
  7. can't test if 040 and 060 recognition work, but there shouldn't be any
  8. problems.  Also 040 copyback is not supported yet.
  9.  
  10. Example output (my blizzard 1230/4):
  11.  
  12. DiagnoSYS V1.6 by Jason Frecknall 1996
  13. PAL System with AGA Chipset
  14.  
  15. Memory Available:
  16.  
  17. Type:    Start:        End:        Length:
  18. Chip:    $00000000    $00200000    #2097152
  19. Fast:    $78000000    $78F80000    #16252928    <--15.5Mb 'cos of MapRom
  20.  
  21. Processor: 68030 with 68882
  22. ICache: On    IBurst: On    DCache: On    DBurst: On
  23. VBR: $00000000    
  24.  
  25. Installation:
  26.  
  27. If you really want to keep it then drag the icon to where you want
  28. it to live.
  29.  
  30. Bugs:
  31.  
  32. A friend tested V1.5 on his A500+ and it crashed.  Nevermind who cares?
  33. It worked fine on all other machines it was tested on.
  34.